home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / utils / dc / dc_crc.arc / dc_crc.doc next >
Encoding:
Text File  |  1991-01-25  |  4.1 KB  |  131 lines

  1. DC CRC v1.0 (1/25/91)
  2.  
  3. DC CRC is Copyright (c) 1991 Double Click Software
  4.  
  5. Program by Paul W. Lee and Michael B. Vederman
  6.  
  7. DC CRC v1.0 is a FREEWARE program.  A FREEWARE program is one which you may
  8. freely distribute, but you cannot charge for it or alter the program or
  9. contents of the archive in any manner.  Double Click Software retains all
  10. copyright exclusive rights except exclusive distribution.
  11.  
  12. ==============================================================================
  13.  
  14. DC CRC will compute and record the CRC (ARC type) for any file.
  15.  
  16. DC CRC allows you to add a file and its CRC, or compare a file's CRC with the
  17. CRC stored in the CRC master list.
  18.  
  19.  
  20. ==============
  21. Running DC CRC
  22. ==============
  23.  
  24. >To run DC CRC, do this:
  25. ------------------------
  26.  
  27. 1) Run DC_CRC.PRG from the desktop.  You will be presented with an alert box
  28.    asking you to ADD (a file), CHECK (a file) or QUIT (the program).
  29.  
  30. 2) Choose the appropriate button.
  31.  
  32. ===================
  33. Adding a File's CRC
  34. ===================
  35.  
  36. >To add a file's CRC, follow these steps:
  37. -----------------------------------------
  38.  
  39. 1) Run DC_CRC.PRG and choose ADD.  You will be presented with a file
  40.    selector.
  41.    
  42.    NOTE: The first time you choose this option, it will attempt to open
  43.    the file FILES.CRC which should be located in the same folder as the
  44.    DC CRC program.  The file FILES.CRC contains the filename and CRC of
  45.    the files you add to the list.  If this file can't be opened, it will
  46.    be created.
  47.  
  48. 2) Locate and choose the file to add.  The filename and CRC will be
  49.    displayed at the top of the screen.  The filename and CRC will be added
  50.    to the master list, or if it already exists in the list, the entry
  51.    will be updated.
  52.  
  53. 3) You will be prompted again with the file selector.  Repeat step #2 or
  54.    click on CANCEL to return to the initial alert box.
  55.    
  56.    
  57. =====================
  58. Checking a File's CRC
  59. =====================
  60.  
  61. >To check a file's CRC, follow these steps:
  62. -------------------------------------------
  63.  
  64. 1) Run DC_CRC.PRG and choose CHECK.  You will be presented with a file
  65.    selector.
  66.    
  67.    NOTE: The first time you choose this option, it will attempt to open
  68.    the file FILES.CRC which should be located in the same folder as the
  69.    DC CRC program.  The file FILES.CRC contains the filename and CRC of
  70.    the files you add to the list.  If this file can't be opened you will be
  71.    returned to the initial alert box.
  72.  
  73. 2) Locate and choose the file to check.  The filename and CRC will be
  74.    displayed at the top of the screen.  If the file is located in FILES.CRC,
  75.    the computed CRC will be checked against the one stored in the master
  76.    list.  If the CRC matches, DC CRC will say so.  If there is a mismatch,
  77.    DC CRC will also say so.
  78.    
  79.    NOTE: If the file is not already in the list, it will be added.
  80.  
  81. 3) You will be prompted again with the file selector.  Repeat step #2 or
  82.    click on CANCEL to return to the initial alert box.
  83.  
  84.  
  85. ==========================
  86. The master list: FILES.CRC
  87. ==========================
  88. The master list, FILES.CRC, contains entries for all the files you add.
  89. This master list is used later when you want to confirm a files CRC as
  90. being the same when you initially recorded it.
  91.  
  92. Each line in the list is formatted as follows:
  93.  
  94. TESTNAME.PRG  = ABCD
  95. ^           ^ ^^^   ^
  96. |           | |||   |____ cr/lf
  97. |           | |||________ 4 digit Hexadecimal CRC (uppercase letters)
  98. |           | ||_________ one space
  99. |           | |__________ equal sign
  100. |           |____________ 2-13 spaces
  101. |________________________ filename
  102.  
  103. Total line length is 22:
  104.  
  105. 20 alphanumeric characters
  106. one carriage return
  107. one line feed
  108.  
  109. 100% Assembly
  110.  
  111. ==================
  112. COMMENTS WELCOME
  113. ==================
  114.  
  115. As usual, we would be EXTREMELY glad to hear your comments and suggestions
  116. for enhancements to this and any of our other programs.
  117.  
  118. - mike and paul
  119.  
  120. We can be reached at:
  121.  
  122. Voice:  (713)977-6520
  123.  
  124. Online:
  125.  
  126. The DC BBS: (713)944-0108   / 300-1200-2400 baud / 24 hrs
  127. GEnie:      DOUBLE-CLICK (CATegory 30)
  128. CompuServe: 75300,577 (go ATARIVendors, area 13)
  129. Usenet:     uace0@menudo.uh.edu
  130.  
  131.